home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / em7sui_1 / em7sui~1.exe / RingTest.wr_ / RingTest.wr
Text File  |  1998-10-22  |  626b  |  29 lines

  1. #VRML V2.0 utf8
  2.  
  3. # Copyright Electrohouse 1998
  4.  
  5. # This file may not be copied, modified or distributed
  6. # in any way which violates the ProtoPak licensing 
  7. # agreement established by Electrohouse.  
  8.  
  9. EXTERNPROTO Green [ exposedField SFFloat transparency ] "..\Appearances\TropicalMaterials.wrl#color11"
  10.  
  11. EXTERNPROTO em7_Ring [
  12.     exposedField SFNode appearance
  13.     field SFFloat height
  14.     field SFFloat outerRadius
  15.     field SFFloat innerRadius
  16.     field SFFloat bevelRadius
  17.     field SFFloat creaseAngle
  18. ] "..\VR_UI.wrl#em7_Ring"
  19.  
  20. em7_Ring {
  21.     appearance Green {}
  22.     height 0.5
  23.     outerRadius 1
  24.     innerRadius 0.8
  25. }
  26.  
  27.  
  28.  
  29.